home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / ACCESS.NL-NL / ACCLR.CAB / ACCESS_TEMPLATE_FACULTY.ACCDT_1043 / template / database / objects / sampleData / tableFacultyAddFurigana.xml < prev   
Extensible Markup Language  |  2006-11-12  |  15KB  |  336 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
  3.     <xsd:schema>
  4.         <xsd:element name="dataroot">
  5.             <xsd:complexType>
  6.                 <xsd:sequence>
  7.                     <xsd:element ref="Faculty" minOccurs="0" maxOccurs="unbounded"/>
  8.                 </xsd:sequence>
  9.                 <xsd:attribute name="generated" type="xsd:dateTime"/>
  10.             </xsd:complexType>
  11.         </xsd:element>
  12.         <xsd:element name="Faculty">
  13.             <xsd:annotation>
  14.                 <xsd:appinfo>
  15.                     <od:index index-name="City" index-key="City " primary="no" unique="no" clustered="no" order="asc"/>
  16.                     <od:index index-name="Company" index-key="Company " primary="no" unique="no" clustered="no" order="asc"/>
  17.                     <od:index index-name="Company Furigana" index-key="Company_x0020_Furigana " primary="no" unique="no" clustered="no" order="asc"/>
  18.                     <od:index index-name="Education Level/Degree" index-key="Education_x0020_Level_x002F_Degree " primary="no" unique="no" clustered="no" order="asc"/>
  19.                     <od:index index-name="Faculty ID" index-key="Faculty_x0020_ID " primary="no" unique="yes" clustered="no" order="asc"/>
  20.                     <od:index index-name="First Name" index-key="First_x0020_Name " primary="no" unique="no" clustered="no" order="asc"/>
  21.                     <od:index index-name="First Name Furigana" index-key="First_x0020_Name_x0020_Furigana " primary="no" unique="no" clustered="no" order="asc"/>
  22.                     <od:index index-name="Last Name" index-key="Last_x0020_Name " primary="no" unique="no" clustered="no" order="asc"/>
  23.                     <od:index index-name="Last Name Furigana" index-key="Last_x0020_Name_x0020_Furigana " primary="no" unique="no" clustered="no" order="asc"/>
  24.                     <od:index index-name="Postal Code" index-key="ZIP_x002F_Postal_x0020_Code " primary="no" unique="no" clustered="no" order="asc"/>
  25.                     <od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
  26.                     <od:index index-name="State/Province" index-key="State_x002F_Province " primary="no" unique="no" clustered="no" order="asc"/>
  27.                 </xsd:appinfo>
  28.             </xsd:annotation>
  29.             <xsd:complexType>
  30.                 <xsd:sequence>
  31.                     <xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
  32.                     <xsd:element name="Company" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  33.                         <xsd:simpleType>
  34.                             <xsd:restriction base="xsd:string">
  35.                                 <xsd:maxLength value="50"/>
  36.                             </xsd:restriction>
  37.                         </xsd:simpleType>
  38.                     </xsd:element>
  39.                     <xsd:element name="Company_x0020_Furigana" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  40.                         <xsd:simpleType>
  41.                             <xsd:restriction base="xsd:string">
  42.                                 <xsd:maxLength value="50"/>
  43.                             </xsd:restriction>
  44.                         </xsd:simpleType>
  45.                     </xsd:element>
  46.                     <xsd:element name="Last_x0020_Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  47.                         <xsd:simpleType>
  48.                             <xsd:restriction base="xsd:string">
  49.                                 <xsd:maxLength value="50"/>
  50.                             </xsd:restriction>
  51.                         </xsd:simpleType>
  52.                     </xsd:element>
  53.                     <xsd:element name="Last_x0020_Name_x0020_Furigana" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  54.                         <xsd:simpleType>
  55.                             <xsd:restriction base="xsd:string">
  56.                                 <xsd:maxLength value="50"/>
  57.                             </xsd:restriction>
  58.                         </xsd:simpleType>
  59.                     </xsd:element>
  60.                     <xsd:element name="First_x0020_Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  61.                         <xsd:simpleType>
  62.                             <xsd:restriction base="xsd:string">
  63.                                 <xsd:maxLength value="50"/>
  64.                             </xsd:restriction>
  65.                         </xsd:simpleType>
  66.                     </xsd:element>
  67.                     <xsd:element name="First_x0020_Name_x0020_Furigana" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  68.                         <xsd:simpleType>
  69.                             <xsd:restriction base="xsd:string">
  70.                                 <xsd:maxLength value="50"/>
  71.                             </xsd:restriction>
  72.                         </xsd:simpleType>
  73.                     </xsd:element>
  74.                     <xsd:element name="E-mail_x0020_Address" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  75.                         <xsd:simpleType>
  76.                             <xsd:restriction base="xsd:string">
  77.                                 <xsd:maxLength value="50"/>
  78.                             </xsd:restriction>
  79.                         </xsd:simpleType>
  80.                     </xsd:element>
  81.                     <xsd:element name="Date_x0020_of_x0020_Birth" minOccurs="0" od:jetType="datetime" od:sqlSType="datetime" type="xsd:dateTime"/>
  82.                     <xsd:element name="ID_x0020_Number" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  83.                         <xsd:simpleType>
  84.                             <xsd:restriction base="xsd:string">
  85.                                 <xsd:maxLength value="255"/>
  86.                             </xsd:restriction>
  87.                         </xsd:simpleType>
  88.                     </xsd:element>
  89.                     <xsd:element name="Faculty_x0020_ID" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  90.                         <xsd:simpleType>
  91.                             <xsd:restriction base="xsd:string">
  92.                                 <xsd:maxLength value="255"/>
  93.                             </xsd:restriction>
  94.                         </xsd:simpleType>
  95.                     </xsd:element>
  96.                     <xsd:element name="Department" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  97.                         <xsd:simpleType>
  98.                             <xsd:restriction base="xsd:string">
  99.                                 <xsd:maxLength value="255"/>
  100.                             </xsd:restriction>
  101.                         </xsd:simpleType>
  102.                     </xsd:element>
  103.                     <xsd:element name="Faculty_x0020_Type" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  104.                         <xsd:simpleType>
  105.                             <xsd:restriction base="xsd:string">
  106.                                 <xsd:maxLength value="255"/>
  107.                             </xsd:restriction>
  108.                         </xsd:simpleType>
  109.                     </xsd:element>
  110.                     <xsd:element name="Office" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  111.                         <xsd:simpleType>
  112.                             <xsd:restriction base="xsd:string">
  113.                                 <xsd:maxLength value="255"/>
  114.                             </xsd:restriction>
  115.                         </xsd:simpleType>
  116.                     </xsd:element>
  117.                     <xsd:element name="Education_x0020_Level_x002F_Degree" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  118.                         <xsd:simpleType>
  119.                             <xsd:restriction base="xsd:string">
  120.                                 <xsd:maxLength value="255"/>
  121.                             </xsd:restriction>
  122.                         </xsd:simpleType>
  123.                     </xsd:element>
  124.                     <xsd:element name="Focus_x0020_Area" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  125.                         <xsd:simpleType>
  126.                             <xsd:restriction base="xsd:string">
  127.                                 <xsd:maxLength value="255"/>
  128.                             </xsd:restriction>
  129.                         </xsd:simpleType>
  130.                     </xsd:element>
  131.                     <xsd:element name="School_x002F_Program_x0020_Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  132.                         <xsd:simpleType>
  133.                             <xsd:restriction base="xsd:string">
  134.                                 <xsd:maxLength value="255"/>
  135.                             </xsd:restriction>
  136.                         </xsd:simpleType>
  137.                     </xsd:element>
  138.                     <xsd:element name="Date_x0020_of_x0020_Hire" minOccurs="0" od:jetType="datetime" od:sqlSType="datetime" type="xsd:dateTime"/>
  139.                     <xsd:element name="Salary" minOccurs="0" od:jetType="currency" od:sqlSType="money" type="xsd:double"/>
  140.                     <xsd:element name="Job_x0020_Title" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  141.                         <xsd:simpleType>
  142.                             <xsd:restriction base="xsd:string">
  143.                                 <xsd:maxLength value="50"/>
  144.                             </xsd:restriction>
  145.                         </xsd:simpleType>
  146.                     </xsd:element>
  147.                     <xsd:element name="Business_x0020_Phone" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  148.                         <xsd:simpleType>
  149.                             <xsd:restriction base="xsd:string">
  150.                                 <xsd:maxLength value="25"/>
  151.                             </xsd:restriction>
  152.                         </xsd:simpleType>
  153.                     </xsd:element>
  154.                     <xsd:element name="Home_x0020_Phone" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  155.                         <xsd:simpleType>
  156.                             <xsd:restriction base="xsd:string">
  157.                                 <xsd:maxLength value="25"/>
  158.                             </xsd:restriction>
  159.                         </xsd:simpleType>
  160.                     </xsd:element>
  161.                     <xsd:element name="Mobile_x0020_Phone" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  162.                         <xsd:simpleType>
  163.                             <xsd:restriction base="xsd:string">
  164.                                 <xsd:maxLength value="25"/>
  165.                             </xsd:restriction>
  166.                         </xsd:simpleType>
  167.                     </xsd:element>
  168.                     <xsd:element name="Fax_x0020_Number" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  169.                         <xsd:simpleType>
  170.                             <xsd:restriction base="xsd:string">
  171.                                 <xsd:maxLength value="25"/>
  172.                             </xsd:restriction>
  173.                         </xsd:simpleType>
  174.                     </xsd:element>
  175.                     <xsd:element name="Address" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
  176.                         <xsd:simpleType>
  177.                             <xsd:restriction base="xsd:string">
  178.                                 <xsd:maxLength value="536870910"/>
  179.                             </xsd:restriction>
  180.                         </xsd:simpleType>
  181.                     </xsd:element>
  182.                     <xsd:element name="City" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  183.                         <xsd:simpleType>
  184.                             <xsd:restriction base="xsd:string">
  185.                                 <xsd:maxLength value="50"/>
  186.                             </xsd:restriction>
  187.                         </xsd:simpleType>
  188.                     </xsd:element>
  189.                     <xsd:element name="State_x002F_Province" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  190.                         <xsd:simpleType>
  191.                             <xsd:restriction base="xsd:string">
  192.                                 <xsd:maxLength value="50"/>
  193.                             </xsd:restriction>
  194.                         </xsd:simpleType>
  195.                     </xsd:element>
  196.                     <xsd:element name="ZIP_x002F_Postal_x0020_Code" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  197.                         <xsd:simpleType>
  198.                             <xsd:restriction base="xsd:string">
  199.                                 <xsd:maxLength value="15"/>
  200.                             </xsd:restriction>
  201.                         </xsd:simpleType>
  202.                     </xsd:element>
  203.                     <xsd:element name="Country_x002F_Region" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  204.                         <xsd:simpleType>
  205.                             <xsd:restriction base="xsd:string">
  206.                                 <xsd:maxLength value="50"/>
  207.                             </xsd:restriction>
  208.                         </xsd:simpleType>
  209.                     </xsd:element>
  210.                     <xsd:element name="Web_x0020_Page" minOccurs="0" od:jetType="hyperlink" od:sqlSType="ntext" od:hyperlink="yes">
  211.                         <xsd:simpleType>
  212.                             <xsd:restriction base="xsd:string">
  213.                                 <xsd:maxLength value="536870910"/>
  214.                             </xsd:restriction>
  215.                         </xsd:simpleType>
  216.                     </xsd:element>
  217.                     <xsd:element name="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
  218.                         <xsd:simpleType>
  219.                             <xsd:restriction base="xsd:string">
  220.                                 <xsd:maxLength value="536870910"/>
  221.                             </xsd:restriction>
  222.                         </xsd:simpleType>
  223.                     </xsd:element>
  224.                     <xsd:element name="Attachments" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Attachment" maxOccurs="unbounded">
  225.                         <xsd:complexType>
  226.                             <xsd:sequence>
  227.                                 <xsd:element name="FileData" minOccurs="0" od:jetType="oleobject" od:sqlSType="image">
  228.                                     <xsd:simpleType>
  229.                                         <xsd:restriction base="xsd:base64Binary">
  230.                                             <xsd:maxLength value="1476395008"/>
  231.                                         </xsd:restriction>
  232.                                     </xsd:simpleType>
  233.                                 </xsd:element>
  234.                                 <xsd:element name="FileFlags" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
  235.                                 <xsd:element name="FileName" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  236.                                     <xsd:simpleType>
  237.                                         <xsd:restriction base="xsd:string">
  238.                                             <xsd:maxLength value="255"/>
  239.                                         </xsd:restriction>
  240.                                     </xsd:simpleType>
  241.                                 </xsd:element>
  242.                                 <xsd:element name="FileTimeStamp" minOccurs="0" od:jetType="datetime" od:sqlSType="datetime" type="xsd:dateTime"/>
  243.                                 <xsd:element name="FileType" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  244.                                     <xsd:simpleType>
  245.                                         <xsd:restriction base="xsd:string">
  246.                                             <xsd:maxLength value="255"/>
  247.                                         </xsd:restriction>
  248.                                     </xsd:simpleType>
  249.                                 </xsd:element>
  250.                                 <xsd:element name="FileURL" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
  251.                                     <xsd:simpleType>
  252.                                         <xsd:restriction base="xsd:string">
  253.                                             <xsd:maxLength value="536870910"/>
  254.                                         </xsd:restriction>
  255.                                     </xsd:simpleType>
  256.                                 </xsd:element>
  257.                             </xsd:sequence>
  258.                         </xsd:complexType>
  259.                     </xsd:element>
  260.                     <xsd:element name="Physician_x0020_Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  261.                         <xsd:simpleType>
  262.                             <xsd:restriction base="xsd:string">
  263.                                 <xsd:maxLength value="50"/>
  264.                             </xsd:restriction>
  265.                         </xsd:simpleType>
  266.                     </xsd:element>
  267.                     <xsd:element name="Physician_x0020_Name_x0020_Furigana" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  268.                         <xsd:simpleType>
  269.                             <xsd:restriction base="xsd:string">
  270.                                 <xsd:maxLength value="50"/>
  271.                             </xsd:restriction>
  272.                         </xsd:simpleType>
  273.                     </xsd:element>
  274.                     <xsd:element name="Physician_x0020_Phone_x0020_Number" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  275.                         <xsd:simpleType>
  276.                             <xsd:restriction base="xsd:string">
  277.                                 <xsd:maxLength value="50"/>
  278.                             </xsd:restriction>
  279.                         </xsd:simpleType>
  280.                     </xsd:element>
  281.                     <xsd:element name="Allergies" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  282.                         <xsd:simpleType>
  283.                             <xsd:restriction base="xsd:string">
  284.                                 <xsd:maxLength value="100"/>
  285.                             </xsd:restriction>
  286.                         </xsd:simpleType>
  287.                     </xsd:element>
  288.                     <xsd:element name="Medications" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  289.                         <xsd:simpleType>
  290.                             <xsd:restriction base="xsd:string">
  291.                                 <xsd:maxLength value="100"/>
  292.                             </xsd:restriction>
  293.                         </xsd:simpleType>
  294.                     </xsd:element>
  295.                     <xsd:element name="Emergency_x0020_Contact_x0020_Name" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  296.                         <xsd:simpleType>
  297.                             <xsd:restriction base="xsd:string">
  298.                                 <xsd:maxLength value="50"/>
  299.                             </xsd:restriction>
  300.                         </xsd:simpleType>
  301.                     </xsd:element>
  302.                     <xsd:element name="Emergency_x0020_Contact_x0020_Name_x0020_Furigana" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  303.                         <xsd:simpleType>
  304.                             <xsd:restriction base="xsd:string">
  305.                                 <xsd:maxLength value="50"/>
  306.                             </xsd:restriction>
  307.                         </xsd:simpleType>
  308.                     </xsd:element>
  309.                     <xsd:element name="Emergency_x0020_Contact_x0020_Phone_x0020_1" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  310.                         <xsd:simpleType>
  311.                             <xsd:restriction base="xsd:string">
  312.                                 <xsd:maxLength value="25"/>
  313.                             </xsd:restriction>
  314.                         </xsd:simpleType>
  315.                     </xsd:element>
  316.                     <xsd:element name="Emergency_x0020_Contact_x0020_Phone_x0020_2" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  317.                         <xsd:simpleType>
  318.                             <xsd:restriction base="xsd:string">
  319.                                 <xsd:maxLength value="25"/>
  320.                             </xsd:restriction>
  321.                         </xsd:simpleType>
  322.                     </xsd:element>
  323.                     <xsd:element name="Emergency_x0020_Contact_x0020_Relationship" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  324.                         <xsd:simpleType>
  325.                             <xsd:restriction base="xsd:string">
  326.                                 <xsd:maxLength value="25"/>
  327.                             </xsd:restriction>
  328.                         </xsd:simpleType>
  329.                     </xsd:element>
  330.                 </xsd:sequence>
  331.             </xsd:complexType>
  332.         </xsd:element>
  333.     </xsd:schema>
  334.     <dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2006-10-04T18:23:41"/>
  335. </root>
  336.